css nodes: Fix expander test case
authorTimm Bäder <mail@baedert.org>
Sun, 14 May 2017 05:54:25 +0000 (07:54 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:13 +0000 (21:27 -0400)
Vertical box subnode.

testsuite/css/nodes/expander.ltr.nodes
testsuite/css/nodes/expander.rtl.nodes

index 013de679e374ec8e75787dfbbf95011b2c88519d..25150e50fc7de393755963a2a734890d44002c91 100644 (file)
@@ -1,7 +1,7 @@
 [window.background:dir(ltr)]
   decoration:dir(ltr)
   expander:dir(ltr)
-    title.horizontal:dir(ltr)
-      arrow.horizontal:dir(ltr)
-      label:dir(ltr)
-    box.horizontal:dir(ltr)
+    box.vertical:dir(ltr)
+      title.horizontal:dir(ltr)
+        arrow.horizontal:dir(ltr)
+        label:dir(ltr)
index 9ce1876e12b1567fef1a1bc0ad0f1127db2dca40..7e5b7c853f4c97baa7e4004cb3a44d5bde7dfa05 100644 (file)
@@ -1,7 +1,7 @@
 [window.background:dir(rtl)]
   decoration:dir(rtl)
   expander:dir(rtl)
-    title.horizontal:dir(rtl)
-      label:dir(rtl)
-      arrow.horizontal:dir(rtl)
-    box.horizontal:dir(rtl)
+    box.vertical:dir(rtl)
+      title.horizontal:dir(rtl)
+        label:dir(rtl)
+        arrow.horizontal:dir(rtl)